projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
998685b
)
Deprecated the decoration-button-layout style property
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 3 Jan 2014 21:19:54 +0000
(16:19 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 Jan 2014 15:54:03 +0000
(10:54 -0500)
This is now done via a setting + regular property, for
better control, and the style property is ignored.
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 2c758ec61ff2ff675d77ef03303a131a57cb52fb..c3259c08bbe4fff44c7bfd913bfa8d0f3050b6b3 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-1073,7
+1073,7
@@
gtk_window_class_init (GtkWindowClass *klass)
P_("Decorated button layout"),
P_("Decorated button layout"),
"menu:close",
- GTK_PARAM_READABLE));
+ GTK_PARAM_READABLE
|G_PARAM_DEPRECATED
));
gtk_widget_class_install_style_property (widget_class,
g_param_spec_int ("decoration-resize-handle",